home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Networking / SNMP / SNMP Development / MacSNMP Developer 1.0.2 / Tools / SNMP Sample Agent / SNMP Sample Agent.rsrc / STR#_3001.txt < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.8 KB  |  29 lines

  1. Sample Agent.  This agent is provided for use as an example of how to build an SNMP agent.
  2.  
  3. The direct group.  This group contains the variables which were registered as direct variables - i.e. the variable object accesses the variable data directly through a pointer.
  4.  
  5. The Indirect Group.  This group contains the variables which were registered as indirect variables - i.e. the variable object accesses the variable data indirectly through a function in the agent.
  6.  
  7. An indirect read/write integer. An indirect variable is one in which the variable object accesses the variable data indirectly through a function in the agent.
  8.  
  9. An Indirect read-only integer. An indirect variable is one in which the variable object accesses the variable data indirectly through a function in the agent.
  10.  
  11. A table consisting of 2 columns, an integer and a string.  Rows are added or deleted by setting the integer column.
  12.  
  13. The integer column of table1. This column is used to add and delete rows. Setting a value of zero deletes the row, and setting a value from 1 to 999 adds the row. A value greater than 999 is invalid.
  14.  
  15. The String column of table 1. A value must be set in this column when adding a row to the table.
  16.  
  17. A two index table in which the indexes are columns in the table.  The valid column is used to create and delete rows.
  18.  
  19. The first Index column of table 2. The value can range from 1 to 10.
  20.  
  21. The second Index column of table 2. The value can range from 1 to 10.
  22.  
  23. The string column of table 2. If not set when adding a row, a null string will be set by default.
  24.  
  25. The valid column of table 2. Setting it to zero deletes the row, and setting it to non-zero adds the row.
  26.  
  27. A Direct Read/Write integer. A direct variable is one in which the variable object accesses the variable data directly.
  28.  
  29.